projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334b362
)
* src/xfns.c (Fx_internal_focus_input_context): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Fri, 4 Feb 2022 02:16:14 +0000
(10:16 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 4 Feb 2022 02:16:14 +0000
(10:16 +0800)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 7ca791afa18a7fc517a1655ccbe1a43eebdb7f64..1a0e9f50cddd56c0e2b40c770d36300b02e5cc54 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-8580,6
+8580,8
@@
This should be called from a variable watcher for `x-gtk-use-native-input'. */)
gtk_im_context_set_client_window (FRAME_X_OUTPUT (f)->im_context,
gtk_widget_get_window (widget));
#endif
+
+ return Qnil;
}
\f
/***********************************************************************